smoothSlideViewTo
Animate the view child
to the given (left, top) position. If this method returns true, the caller should invoke continueSettling on each subsequent frame to continue the motion until it returns false. If this method returns false there is no further work to do to complete the movement.
This operation does not count as a capture event, though getCapturedView will still report the sliding view while the slide is in progress.
Return
true if animation should continue through continueSettling calls
Parameters
Child view to capture and animate
Final left position of child
Final top position of child
Animate the view child
to the given (left, top) position. If this method returns true, the caller should invoke continueSettling on each subsequent frame to continue the motion until it returns false. If this method returns false there is no further work to do to complete the movement.
This operation does not count as a capture event, though getCapturedView will still report the sliding view while the slide is in progress.
Return
true if animation should continue through continueSettling calls
Parameters
Child view to capture and animate
Final left position of child
Final top position of child
The time duration for the animation.
The interpolator used for this animation.